home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Windows News 2010 Summer - Disc 1
/
WN_Ete2010_CD1.iso
/
Onglet5
/
Weezo
/
Weezo setup.exe
/
{code_appDir}
/
www
/
themes
/
classic
/
menu.php
< prev
next >
Wrap
PHP Script
|
2010-05-19
|
250b
|
13 lines
<?php
$theme['output']='normal';
$theme['frames']=true;
$theme['framelessDesktop']=1;
$theme['screenSize']='monitor';
$theme['menuFrame']=array(
'position'=>'left',
'size'=>'218',
'scrolling'=>'auto'
);
$theme['mainFrame']=array();
?>